object Form4: TForm4 Left = 306 Top = 212 HelpContext = 800 BorderStyle = bsDialog Caption = 'Agent Options' ClientHeight = 380 ClientWidth = 475 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Button2: TButton Left = 390 Top = 344 Width = 75 Height = 25 Caption = 'ok' TabOrder = 0 OnClick = Button2Click end object Button1: TButton Left = 296 Top = 344 Width = 75 Height = 25 Caption = 'cancel' TabOrder = 1 OnClick = Button1Click end object PageControl1: TPageControl Left = 8 Top = 8 Width = 457 Height = 321 HelpContext = 140 ActivePage = TabSheet1 TabIndex = 0 TabOrder = 2 object TabSheet1: TTabSheet HelpContext = 810 Caption = 'Alert' object GroupBox20: TGroupBox Left = 32 Top = 8 Width = 385 Height = 49 Caption = 'Alert' TabOrder = 0 object CheckBox3: TCheckBox Left = 24 Top = 16 Width = 97 Height = 17 Caption = 'Enable alert' TabOrder = 0 end object ComboBox15: TComboBox Left = 224 Top = 16 Width = 121 Height = 21 ItemHeight = 13 TabOrder = 1 Text = 'Alert 1' end end object GroupBox2: TGroupBox Left = 32 Top = 72 Width = 177 Height = 201 Caption = 'Alert condition' TabOrder = 1 object Label5: TLabel Left = 16 Top = 112 Width = 26 Height = 13 Caption = 'value' end object Label6: TLabel Left = 16 Top = 152 Width = 45 Height = 13 Caption = 'in column' end object RadioButton1: TRadioButton Left = 16 Top = 48 Width = 97 Height = 17 Caption = 'if changed' TabOrder = 0 end object RadioButton2: TRadioButton Left = 16 Top = 64 Width = 97 Height = 17 Caption = 'if < value' TabOrder = 1 end object RadioButton3: TRadioButton Left = 16 Top = 80 Width = 97 Height = 17 Caption = 'if = value' TabOrder = 2 end object RadioButton4: TRadioButton Left = 16 Top = 32 Width = 105 Height = 17 Caption = 'if updated' Checked = True TabOrder = 3 TabStop = True end object RadioButton5: TRadioButton Left = 16 Top = 96 Width = 97 Height = 17 Caption = 'if > value' TabOrder = 4 end object TEdit Left = 16 Top = 128 Width = 97 Height = 21 TabOrder = 5 end object ComboBox3: TComboBox Left = 16 Top = 168 Width = 97 Height = 21 ItemHeight = 13 TabOrder = 6 end object RadioButton13: TRadioButton Left = 16 Top = 16 Width = 97 Height = 17 Caption = 'if error' TabOrder = 7 end end end object TabSheet2: TTabSheet Caption = 'Archive' ImageIndex = 1 object GroupBox22: TGroupBox Left = 32 Top = 20 Width = 281 Height = 157 Caption = 'archive' TabOrder = 0 object Label10: TLabel Left = 18 Top = 81 Width = 47 Height = 13 Caption = 'max. days' end object Label37: TLabel Left = 81 Top = 81 Width = 56 Height = 13 Caption = 'max. entries' end object Label38: TLabel Left = 151 Top = 81 Width = 93 Height = 13 Caption = 'max. entries/source' end object CheckBox27: TCheckBox Left = 15 Top = 21 Width = 200 Height = 17 Caption = 'remember query terms' TabOrder = 0 end object CheckBox28: TCheckBox Left = 15 Top = 37 Width = 200 Height = 17 Caption = 'remember results' TabOrder = 1 end object CheckBox29: TCheckBox Left = 15 Top = 53 Width = 200 Height = 17 Caption = 'remember only unread' TabOrder = 2 end object SpinEdit8: TSpinEdit Left = 16 Top = 96 Width = 49 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 15 end object SpinEdit9: TSpinEdit Left = 80 Top = 96 Width = 57 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 4 Value = 500 end object SpinEdit10: TSpinEdit Left = 152 Top = 96 Width = 57 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 5 Value = 50 end end end object TabSheet3: TTabSheet Caption = 'Scheduling' ImageIndex = 2 object GroupBox5: TGroupBox Left = 32 Top = 16 Width = 145 Height = 161 Caption = 'Scheduling' TabOrder = 0 object SpinEdit2: TSpinEdit Left = 16 Top = 68 Width = 41 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 10 end object ComboBox6: TComboBox Left = 56 Top = 68 Width = 65 Height = 21 ItemHeight = 13 TabOrder = 1 Text = 'minutes' Items.Strings = ( 'minutes' 'hours' 'days') end object CheckBox10: TCheckBox Left = 16 Top = 48 Width = 97 Height = 17 Caption = 'check if online' TabOrder = 2 end object CheckBox20: TCheckBox Left = 16 Top = 104 Width = 97 Height = 17 Caption = 'check if offline' TabOrder = 3 end object SpinEdit7: TSpinEdit Left = 16 Top = 123 Width = 41 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 4 Value = 10 end object ComboBox13: TComboBox Left = 59 Top = 124 Width = 65 Height = 21 ItemHeight = 13 TabOrder = 5 Text = 'minutes' Items.Strings = ( 'minutes' 'hours' 'days') end object CheckBox26: TCheckBox Left = 16 Top = 16 Width = 97 Height = 17 Caption = 'check at start' TabOrder = 6 end end end object TabSheet4: TTabSheet Caption = 'Clients' ImageIndex = 3 object GroupBox11: TGroupBox Left = 32 Top = 12 Width = 153 Height = 165 Caption = 'Assigned program' TabOrder = 0 object Label25: TLabel Left = 8 Top = 68 Width = 38 Height = 13 Caption = 'program' end object Label27: TLabel Left = 8 Top = 108 Width = 52 Height = 13 Caption = 'parameters' end object Edit3: TEdit Left = 8 Top = 84 Width = 129 Height = 21 TabOrder = 0 end object Edit4: TEdit Left = 8 Top = 124 Width = 129 Height = 21 TabOrder = 1 end object RadioButton14: TRadioButton Left = 8 Top = 16 Width = 140 Height = 17 Caption = 'Default web client' Checked = True TabOrder = 2 TabStop = True end object RadioButton15: TRadioButton Left = 8 Top = 48 Width = 140 Height = 17 Caption = 'Custom' TabOrder = 3 end object RadioButton20: TRadioButton Left = 8 Top = 32 Width = 140 Height = 17 Caption = 'Default email client' TabOrder = 4 end end end object TabSheet5: TTabSheet Caption = 'Update' ImageIndex = 4 object GroupBox4: TGroupBox Left = 32 Top = 16 Width = 137 Height = 177 Caption = 'Agent update' TabOrder = 0 object SpeedButton5: TSpeedButton Left = 16 Top = 96 Width = 105 Height = 22 Caption = 'Check now !' end object Label7: TLabel Left = 16 Top = 128 Width = 77 Height = 13 Caption = 'Checking period' end object RadioButton6: TRadioButton Left = 8 Top = 16 Width = 113 Height = 17 Caption = 'no update' Checked = True TabOrder = 0 TabStop = True end object RadioButton7: TRadioButton Left = 8 Top = 32 Width = 113 Height = 17 Caption = 'confirmed update' TabOrder = 1 end object RadioButton8: TRadioButton Left = 8 Top = 48 Width = 113 Height = 17 Caption = 'silent update' TabOrder = 2 end object SpinEdit1: TSpinEdit Left = 16 Top = 144 Width = 41 Height = 22 Ctl3D = True MaxValue = 0 MinValue = 0 ParentCtl3D = False TabOrder = 3 Value = 1 end object ComboBox4: TComboBox Left = 56 Top = 144 Width = 60 Height = 21 ItemHeight = 13 TabOrder = 4 Text = 'weeks' Items.Strings = ( 'hours' 'days' 'weeks') end end end object TabSheet6: TTabSheet HelpContext = 820 Caption = 'Limits' ImageIndex = 5 end object TabSheet7: TTabSheet HelpContext = 190 Caption = 'Display' ImageIndex = 6 object GroupBox14: TGroupBox Left = 32 Top = 121 Width = 150 Height = 84 Caption = 'Highlight' TabOrder = 0 object CheckBox14: TCheckBox Left = 8 Top = 16 Width = 140 Height = 17 Caption = 'Changes' TabOrder = 0 end object CheckBox15: TCheckBox Left = 8 Top = 32 Width = 140 Height = 17 Caption = 'Search term' TabOrder = 1 end object CheckBox32: TCheckBox Left = 8 Top = 48 Width = 140 Height = 17 Caption = 'Change in sorted column' TabOrder = 2 end end object GroupBox15: TGroupBox Left = 32 Top = 220 Width = 150 Height = 49 Caption = 'Schema' TabOrder = 1 object ComboBox10: TComboBox Left = 8 Top = 16 Width = 113 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'default' end end object GroupBox6: TGroupBox Left = 32 Top = 16 Width = 150 Height = 89 Caption = 'Aggregation' TabOrder = 2 object Label9: TLabel Left = 16 Top = 40 Width = 71 Height = 13 Caption = 'if equal column' end object TComboBox Left = 16 Top = 56 Width = 105 Height = 21 ItemHeight = 13 TabOrder = 0 end object CheckBox11: TCheckBox Left = 16 Top = 16 Width = 97 Height = 17 Caption = 'aggregate' TabOrder = 1 end end end end object Button4: TButton Left = 200 Top = 344 Width = 75 Height = 25 Caption = 'help' TabOrder = 3 OnClick = Button4Click end end